home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.1 / card_10784.txt < prev    next >
Text File  |  1989-02-26  |  38KB  |  1,720 lines

  1. -- card: 10784 from stack: in.1
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 10332
  5. -- name: Most Used
  6. ----- HyperTalk script -----
  7. on closecard
  8.   hide card field info
  9.   set userlevel to 5
  10. end closecard
  11.  
  12. on opencard
  13.   global CurrentCardNumber, InstallScript, LaunchScript
  14.   hide menubar
  15.   put "on mousedown --DO NOT CHANGE THIS SCRIPT!!!"& return into InstallScript
  16.   put "global longname"& return after InstallScript
  17.   put "put "& quote&space"e&" into longname"& return after InstallScript
  18.   put "NoApp"& return after InstallScript
  19.   put "end mousedown"& return after InstallScript
  20.   --
  21.   put "on mousedown --DO NOT CHANGE THIS SCRIPT!!!"&return into LaunchScript
  22.   put "global longname"&return after LaunchScript
  23.   put "if the commandkey is not down then"&return after LaunchScript
  24.   put "put quote&space"e into longname"&return after LaunchScript
  25.   put "LaunchApp"&return after LaunchScript
  26.   put "else"&return after LaunchScript
  27.   put "put the loc of target into OrigLoc"&return after LaunchScript
  28.   put "put the rect of target into OrigRect"&return after LaunchScript
  29.   put "choose button tool"&return after LaunchScript
  30.   put "repeat until the mouse is up"&return after LaunchScript
  31.   put "set the loc of target to the mouseloc"&return after LaunchScript
  32.   put "end repeat"&return after LaunchScript
  33.   put "if moveButton(the loc of target,OrigLoc,OrigRect) is not"&"e&"Ok""e&&"then set the loc of target to OrigLoc"&return after LaunchScript
  34.   put "choose browse tool"&return after LaunchScript
  35.   put "end if"&return after LaunchScript
  36.   put "end mousedown"&return after LaunchScript
  37. end opencard
  38.  
  39.  
  40. -- part 4 (button)
  41. -- low flags: 00
  42. -- high flags: A004
  43. -- rect: left=2 top=7 right=31 bottom=128
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Install...
  52. ----- HyperTalk script -----
  53. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  54.   global longname
  55.   put " " into longname
  56.   NoApp
  57. end mousedown
  58.  
  59.  
  60.  
  61. -- part 1 (button)
  62. -- low flags: 80
  63. -- high flags: 2004
  64. -- rect: left=21 top=7 right=24 bottom=40
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 10527 / 10527
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Appl Manager
  73. ----- HyperTalk script -----
  74. on mousedown
  75.   global myPlace
  76.   put the clickLoc into myPlace
  77.   ChangeApp
  78. end mousedown
  79.  
  80.  
  81. -- part 2 (button)
  82. -- low flags: 80
  83. -- high flags: 2004
  84. -- rect: left=21 top=7 right=24 bottom=40
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 1335 / 1335
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: Doc Manager
  93. ----- HyperTalk script -----
  94. on mousedown
  95.   global myPlace
  96.   put the clickLoc into myPlace
  97.   ChangeDoc
  98. end mousedown
  99.  
  100.  
  101. -- part 3 (button)
  102. -- low flags: 80
  103. -- high flags: 2004
  104. -- rect: left=21 top=7 right=24 bottom=40
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 16152 / 16152
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: DA Manager
  113. ----- HyperTalk script -----
  114. on mousedown
  115.   changeDA
  116. end mousedown
  117.  
  118.  
  119.  
  120. -- part 8 (button)
  121. -- low flags: 00
  122. -- high flags: A004
  123. -- rect: left=2 top=59 right=83 bottom=128
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: Install...
  132. ----- HyperTalk script -----
  133. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  134.   global longname
  135.   put " " into longname
  136.   NoApp
  137. end mousedown
  138.  
  139.  
  140.  
  141. -- part 5 (button)
  142. -- low flags: 80
  143. -- high flags: 2004
  144. -- rect: left=21 top=59 right=76 bottom=40
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 10527 / 10527
  147. -- text alignment: 1
  148. -- font id: 0
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: Appl Manager
  153. ----- HyperTalk script -----
  154. on mousedown
  155.   global myPlace
  156.   put the clickLoc into myPlace
  157.   ChangeApp
  158. end mousedown
  159.  
  160.  
  161. -- part 6 (button)
  162. -- low flags: 80
  163. -- high flags: 2004
  164. -- rect: left=21 top=59 right=76 bottom=40
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 1335 / 1335
  167. -- text alignment: 1
  168. -- font id: 0
  169. -- text size: 12
  170. -- style flags: 0
  171. -- line height: 16
  172. -- part name: Doc Manager
  173. ----- HyperTalk script -----
  174. on mousedown
  175.   global myPlace
  176.   put the clickLoc into myPlace
  177.   ChangeDoc
  178. end mousedown
  179.  
  180.  
  181. -- part 7 (button)
  182. -- low flags: 80
  183. -- high flags: 2004
  184. -- rect: left=21 top=59 right=76 bottom=40
  185. -- title width / last selected line: 0
  186. -- icon id / first selected line: 16152 / 16152
  187. -- text alignment: 1
  188. -- font id: 0
  189. -- text size: 12
  190. -- style flags: 0
  191. -- line height: 16
  192. -- part name: DA Manager
  193. ----- HyperTalk script -----
  194. on mousedown
  195.   changeDA
  196. end mousedown
  197.  
  198.  
  199.  
  200. -- part 12 (button)
  201. -- low flags: 00
  202. -- high flags: A004
  203. -- rect: left=2 top=111 right=135 bottom=128
  204. -- title width / last selected line: 0
  205. -- icon id / first selected line: 0 / 0
  206. -- text alignment: 1
  207. -- font id: 0
  208. -- text size: 12
  209. -- style flags: 0
  210. -- line height: 16
  211. -- part name: Install...
  212. ----- HyperTalk script -----
  213. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  214.   global longname
  215.   put " " into longname
  216.   NoApp
  217. end mousedown
  218.  
  219.  
  220.  
  221. -- part 9 (button)
  222. -- low flags: 80
  223. -- high flags: 2004
  224. -- rect: left=21 top=111 right=128 bottom=40
  225. -- title width / last selected line: 0
  226. -- icon id / first selected line: 10527 / 10527
  227. -- text alignment: 1
  228. -- font id: 0
  229. -- text size: 12
  230. -- style flags: 0
  231. -- line height: 16
  232. -- part name: Appl Manager
  233. ----- HyperTalk script -----
  234. on mousedown
  235.   global myPlace
  236.   put the clickLoc into myPlace
  237.   ChangeApp
  238. end mousedown
  239.  
  240.  
  241. -- part 10 (button)
  242. -- low flags: 80
  243. -- high flags: 2004
  244. -- rect: left=21 top=111 right=128 bottom=40
  245. -- title width / last selected line: 0
  246. -- icon id / first selected line: 1335 / 1335
  247. -- text alignment: 1
  248. -- font id: 0
  249. -- text size: 12
  250. -- style flags: 0
  251. -- line height: 16
  252. -- part name: Doc Manager
  253. ----- HyperTalk script -----
  254. on mousedown
  255.   global myPlace
  256.   put the clickLoc into myPlace
  257.   ChangeDoc
  258. end mousedown
  259.  
  260.  
  261. -- part 11 (button)
  262. -- low flags: 80
  263. -- high flags: 2004
  264. -- rect: left=21 top=111 right=128 bottom=40
  265. -- title width / last selected line: 0
  266. -- icon id / first selected line: 16152 / 16152
  267. -- text alignment: 1
  268. -- font id: 0
  269. -- text size: 12
  270. -- style flags: 0
  271. -- line height: 16
  272. -- part name: DA Manager
  273. ----- HyperTalk script -----
  274. on mousedown
  275.   changeDA
  276. end mousedown
  277.  
  278.  
  279.  
  280. -- part 16 (button)
  281. -- low flags: 00
  282. -- high flags: A004
  283. -- rect: left=2 top=163 right=187 bottom=128
  284. -- title width / last selected line: 0
  285. -- icon id / first selected line: 0 / 0
  286. -- text alignment: 1
  287. -- font id: 0
  288. -- text size: 12
  289. -- style flags: 0
  290. -- line height: 16
  291. -- part name: Install...
  292. ----- HyperTalk script -----
  293. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  294.   global longname
  295.   put " " into longname
  296.   NoApp
  297. end mousedown
  298.  
  299.  
  300.  
  301. -- part 13 (button)
  302. -- low flags: 80
  303. -- high flags: 2004
  304. -- rect: left=21 top=163 right=180 bottom=40
  305. -- title width / last selected line: 0
  306. -- icon id / first selected line: 10527 / 10527
  307. -- text alignment: 1
  308. -- font id: 0
  309. -- text size: 12
  310. -- style flags: 0
  311. -- line height: 16
  312. -- part name: Appl Manager
  313. ----- HyperTalk script -----
  314. on mousedown
  315.   global myPlace
  316.   put the clickLoc into myPlace
  317.   ChangeApp
  318. end mousedown
  319.  
  320.  
  321. -- part 14 (button)
  322. -- low flags: 80
  323. -- high flags: 2004
  324. -- rect: left=21 top=163 right=180 bottom=40
  325. -- title width / last selected line: 0
  326. -- icon id / first selected line: 1335 / 1335
  327. -- text alignment: 1
  328. -- font id: 0
  329. -- text size: 12
  330. -- style flags: 0
  331. -- line height: 16
  332. -- part name: Doc Manager
  333. ----- HyperTalk script -----
  334. on mousedown
  335.   global myPlace
  336.   put the clickLoc into myPlace
  337.   ChangeDoc
  338. end mousedown
  339.  
  340.  
  341. -- part 15 (button)
  342. -- low flags: 80
  343. -- high flags: 2004
  344. -- rect: left=21 top=163 right=180 bottom=40
  345. -- title width / last selected line: 0
  346. -- icon id / first selected line: 16152 / 16152
  347. -- text alignment: 1
  348. -- font id: 0
  349. -- text size: 12
  350. -- style flags: 0
  351. -- line height: 16
  352. -- part name: DA Manager
  353. ----- HyperTalk script -----
  354. on mousedown
  355.   changeDA
  356. end mousedown
  357.  
  358.  
  359.  
  360. -- part 20 (button)
  361. -- low flags: 00
  362. -- high flags: A000
  363. -- rect: left=2 top=215 right=264 bottom=128
  364. -- title width / last selected line: 0
  365. -- icon id / first selected line: 1019 / 1019
  366. -- text alignment: 1
  367. -- font id: 0
  368. -- text size: 12
  369. -- style flags: 0
  370. -- line height: 16
  371. -- part name: ResEdit
  372. ----- HyperTalk script -----
  373. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  374.   global longname
  375.   if the commandkey is not down then
  376.     put "HD 20:Applications:ResEdit Δí:ResEdit" into longname
  377.     LaunchApp
  378.   else
  379.     put the loc of target into OrigLoc
  380.     put the rect of target into OrigRect
  381.     choose button tool
  382.     repeat until the mouse is up
  383.       set the loc of target to the mouseloc
  384.     end repeat
  385.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  386.     choose browse tool
  387.   end if
  388. end mousedown
  389.  
  390.  
  391.  
  392. -- part 17 (button)
  393. -- low flags: 00
  394. -- high flags: 2004
  395. -- rect: left=21 top=215 right=232 bottom=40
  396. -- title width / last selected line: 0
  397. -- icon id / first selected line: 10527 / 10527
  398. -- text alignment: 1
  399. -- font id: 0
  400. -- text size: 12
  401. -- style flags: 0
  402. -- line height: 16
  403. -- part name: Appl Manager
  404. ----- HyperTalk script -----
  405. on mousedown
  406.   global myPlace
  407.   put the clickLoc into myPlace
  408.   ChangeApp
  409. end mousedown
  410.  
  411.  
  412. -- part 18 (button)
  413. -- low flags: 80
  414. -- high flags: 2004
  415. -- rect: left=21 top=215 right=232 bottom=40
  416. -- title width / last selected line: 0
  417. -- icon id / first selected line: 1335 / 1335
  418. -- text alignment: 1
  419. -- font id: 0
  420. -- text size: 12
  421. -- style flags: 0
  422. -- line height: 16
  423. -- part name: Doc Manager
  424. ----- HyperTalk script -----
  425. on mousedown
  426.   global myPlace
  427.   put the clickLoc into myPlace
  428.   ChangeDoc
  429. end mousedown
  430.  
  431.  
  432. -- part 19 (button)
  433. -- low flags: 80
  434. -- high flags: 2004
  435. -- rect: left=21 top=215 right=232 bottom=40
  436. -- title width / last selected line: 0
  437. -- icon id / first selected line: 16152 / 16152
  438. -- text alignment: 1
  439. -- font id: 0
  440. -- text size: 12
  441. -- style flags: 0
  442. -- line height: 16
  443. -- part name: DA Manager
  444. ----- HyperTalk script -----
  445. on mousedown
  446.   changeDA
  447. end mousedown
  448.  
  449.  
  450.  
  451. -- part 24 (button)
  452. -- low flags: 00
  453. -- high flags: A004
  454. -- rect: left=129 top=7 right=31 bottom=255
  455. -- title width / last selected line: 0
  456. -- icon id / first selected line: 0 / 0
  457. -- text alignment: 1
  458. -- font id: 0
  459. -- text size: 12
  460. -- style flags: 0
  461. -- line height: 16
  462. -- part name: Install...
  463. ----- HyperTalk script -----
  464. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  465.   global longname
  466.   put " " into longname
  467.   NoApp
  468. end mousedown
  469.  
  470.  
  471.  
  472. -- part 21 (button)
  473. -- low flags: 80
  474. -- high flags: 2004
  475. -- rect: left=148 top=7 right=24 bottom=167
  476. -- title width / last selected line: 0
  477. -- icon id / first selected line: 10527 / 10527
  478. -- text alignment: 1
  479. -- font id: 0
  480. -- text size: 12
  481. -- style flags: 0
  482. -- line height: 16
  483. -- part name: Appl Manager
  484. ----- HyperTalk script -----
  485. on mousedown
  486.   global myPlace
  487.   put the clickLoc into myPlace
  488.   ChangeApp
  489. end mousedown
  490.  
  491.  
  492. -- part 22 (button)
  493. -- low flags: 80
  494. -- high flags: 2004
  495. -- rect: left=148 top=7 right=24 bottom=167
  496. -- title width / last selected line: 0
  497. -- icon id / first selected line: 1335 / 1335
  498. -- text alignment: 1
  499. -- font id: 0
  500. -- text size: 12
  501. -- style flags: 0
  502. -- line height: 16
  503. -- part name: Doc Manager
  504. ----- HyperTalk script -----
  505. on mousedown
  506.   global myPlace
  507.   put the clickLoc into myPlace
  508.   ChangeDoc
  509. end mousedown
  510.  
  511.  
  512. -- part 23 (button)
  513. -- low flags: 80
  514. -- high flags: 2004
  515. -- rect: left=148 top=7 right=24 bottom=167
  516. -- title width / last selected line: 0
  517. -- icon id / first selected line: 16152 / 16152
  518. -- text alignment: 1
  519. -- font id: 0
  520. -- text size: 12
  521. -- style flags: 0
  522. -- line height: 16
  523. -- part name: DA Manager
  524. ----- HyperTalk script -----
  525. on mousedown
  526.   changeDA
  527. end mousedown
  528.  
  529.  
  530.  
  531. -- part 28 (button)
  532. -- low flags: 00
  533. -- high flags: A004
  534. -- rect: left=129 top=59 right=83 bottom=255
  535. -- title width / last selected line: 0
  536. -- icon id / first selected line: 0 / 0
  537. -- text alignment: 1
  538. -- font id: 0
  539. -- text size: 12
  540. -- style flags: 0
  541. -- line height: 16
  542. -- part name: Install...
  543. ----- HyperTalk script -----
  544. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  545.   global longname
  546.   put " " into longname
  547.   NoApp
  548. end mousedown
  549.  
  550.  
  551.  
  552. -- part 25 (button)
  553. -- low flags: 80
  554. -- high flags: 2004
  555. -- rect: left=148 top=59 right=76 bottom=167
  556. -- title width / last selected line: 0
  557. -- icon id / first selected line: 10527 / 10527
  558. -- text alignment: 1
  559. -- font id: 0
  560. -- text size: 12
  561. -- style flags: 0
  562. -- line height: 16
  563. -- part name: Appl Manager
  564. ----- HyperTalk script -----
  565. on mousedown
  566.   global myPlace
  567.   put the clickLoc into myPlace
  568.   ChangeApp
  569. end mousedown
  570.  
  571.  
  572. -- part 26 (button)
  573. -- low flags: 80
  574. -- high flags: 2004
  575. -- rect: left=148 top=59 right=76 bottom=167
  576. -- title width / last selected line: 0
  577. -- icon id / first selected line: 1335 / 1335
  578. -- text alignment: 1
  579. -- font id: 0
  580. -- text size: 12
  581. -- style flags: 0
  582. -- line height: 16
  583. -- part name: Doc Manager
  584. ----- HyperTalk script -----
  585. on mousedown
  586.   global myPlace
  587.   put the clickLoc into myPlace
  588.   ChangeDoc
  589. end mousedown
  590.  
  591.  
  592. -- part 27 (button)
  593. -- low flags: 80
  594. -- high flags: 2004
  595. -- rect: left=148 top=59 right=76 bottom=167
  596. -- title width / last selected line: 0
  597. -- icon id / first selected line: 16152 / 16152
  598. -- text alignment: 1
  599. -- font id: 0
  600. -- text size: 12
  601. -- style flags: 0
  602. -- line height: 16
  603. -- part name: DA Manager
  604. ----- HyperTalk script -----
  605. on mousedown
  606.   changeDA
  607. end mousedown
  608.  
  609.  
  610.  
  611. -- part 32 (button)
  612. -- low flags: 00
  613. -- high flags: A004
  614. -- rect: left=129 top=111 right=135 bottom=255
  615. -- title width / last selected line: 0
  616. -- icon id / first selected line: 0 / 0
  617. -- text alignment: 1
  618. -- font id: 0
  619. -- text size: 12
  620. -- style flags: 0
  621. -- line height: 16
  622. -- part name: Install...
  623. ----- HyperTalk script -----
  624. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  625.   global longname
  626.   put " " into longname
  627.   NoApp
  628. end mousedown
  629.  
  630.  
  631.  
  632. -- part 29 (button)
  633. -- low flags: 80
  634. -- high flags: 2004
  635. -- rect: left=148 top=111 right=128 bottom=167
  636. -- title width / last selected line: 0
  637. -- icon id / first selected line: 10527 / 10527
  638. -- text alignment: 1
  639. -- font id: 0
  640. -- text size: 12
  641. -- style flags: 0
  642. -- line height: 16
  643. -- part name: Appl Manager
  644. ----- HyperTalk script -----
  645. on mousedown
  646.   global myPlace
  647.   put the clickLoc into myPlace
  648.   ChangeApp
  649. end mousedown
  650.  
  651.  
  652. -- part 30 (button)
  653. -- low flags: 80
  654. -- high flags: 2004
  655. -- rect: left=148 top=111 right=128 bottom=167
  656. -- title width / last selected line: 0
  657. -- icon id / first selected line: 1335 / 1335
  658. -- text alignment: 1
  659. -- font id: 0
  660. -- text size: 12
  661. -- style flags: 0
  662. -- line height: 16
  663. -- part name: Doc Manager
  664. ----- HyperTalk script -----
  665. on mousedown
  666.   global myPlace
  667.   put the clickLoc into myPlace
  668.   ChangeDoc
  669. end mousedown
  670.  
  671.  
  672. -- part 31 (button)
  673. -- low flags: 80
  674. -- high flags: 2004
  675. -- rect: left=148 top=111 right=128 bottom=167
  676. -- title width / last selected line: 0
  677. -- icon id / first selected line: 16152 / 16152
  678. -- text alignment: 1
  679. -- font id: 0
  680. -- text size: 12
  681. -- style flags: 0
  682. -- line height: 16
  683. -- part name: DA Manager
  684. ----- HyperTalk script -----
  685. on mousedown
  686.   changeDA
  687. end mousedown
  688.  
  689.  
  690.  
  691. -- part 36 (button)
  692. -- low flags: 00
  693. -- high flags: A004
  694. -- rect: left=129 top=163 right=187 bottom=255
  695. -- title width / last selected line: 0
  696. -- icon id / first selected line: 0 / 0
  697. -- text alignment: 1
  698. -- font id: 0
  699. -- text size: 12
  700. -- style flags: 0
  701. -- line height: 16
  702. -- part name: Install...
  703. ----- HyperTalk script -----
  704. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  705.   global longname
  706.   put " " into longname
  707.   NoApp
  708. end mousedown
  709.  
  710.  
  711.  
  712. -- part 33 (button)
  713. -- low flags: 80
  714. -- high flags: 2004
  715. -- rect: left=148 top=163 right=180 bottom=167
  716. -- title width / last selected line: 0
  717. -- icon id / first selected line: 10527 / 10527
  718. -- text alignment: 1
  719. -- font id: 0
  720. -- text size: 12
  721. -- style flags: 0
  722. -- line height: 16
  723. -- part name: Appl Manager
  724. ----- HyperTalk script -----
  725. on mousedown
  726.   global myPlace
  727.   put the clickLoc into myPlace
  728.   ChangeApp
  729. end mousedown
  730.  
  731.  
  732. -- part 34 (button)
  733. -- low flags: 80
  734. -- high flags: 2004
  735. -- rect: left=148 top=163 right=180 bottom=167
  736. -- title width / last selected line: 0
  737. -- icon id / first selected line: 1335 / 1335
  738. -- text alignment: 1
  739. -- font id: 0
  740. -- text size: 12
  741. -- style flags: 0
  742. -- line height: 16
  743. -- part name: Doc Manager
  744. ----- HyperTalk script -----
  745. on mousedown
  746.   global myPlace
  747.   put the clickLoc into myPlace
  748.   ChangeDoc
  749. end mousedown
  750.  
  751.  
  752. -- part 35 (button)
  753. -- low flags: 80
  754. -- high flags: 2004
  755. -- rect: left=148 top=163 right=180 bottom=167
  756. -- title width / last selected line: 0
  757. -- icon id / first selected line: 16152 / 16152
  758. -- text alignment: 1
  759. -- font id: 0
  760. -- text size: 12
  761. -- style flags: 0
  762. -- line height: 16
  763. -- part name: DA Manager
  764. ----- HyperTalk script -----
  765. on mousedown
  766.   changeDA
  767. end mousedown
  768.  
  769.  
  770.  
  771. -- part 40 (button)
  772. -- low flags: 00
  773. -- high flags: A004
  774. -- rect: left=129 top=215 right=239 bottom=255
  775. -- title width / last selected line: 0
  776. -- icon id / first selected line: 0 / 0
  777. -- text alignment: 1
  778. -- font id: 0
  779. -- text size: 12
  780. -- style flags: 0
  781. -- line height: 16
  782. -- part name: Install...
  783. ----- HyperTalk script -----
  784. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  785.   global longname
  786.   put " " into longname
  787.   NoApp
  788. end mousedown
  789.  
  790.  
  791.  
  792. -- part 37 (button)
  793. -- low flags: 80
  794. -- high flags: 2004
  795. -- rect: left=148 top=215 right=232 bottom=167
  796. -- title width / last selected line: 0
  797. -- icon id / first selected line: 10527 / 10527
  798. -- text alignment: 1
  799. -- font id: 0
  800. -- text size: 12
  801. -- style flags: 0
  802. -- line height: 16
  803. -- part name: Appl Manager
  804. ----- HyperTalk script -----
  805. on mousedown
  806.   global myPlace
  807.   put the clickLoc into myPlace
  808.   ChangeApp
  809. end mousedown
  810.  
  811.  
  812. -- part 38 (button)
  813. -- low flags: 80
  814. -- high flags: 2004
  815. -- rect: left=148 top=215 right=232 bottom=167
  816. -- title width / last selected line: 0
  817. -- icon id / first selected line: 1335 / 1335
  818. -- text alignment: 1
  819. -- font id: 0
  820. -- text size: 12
  821. -- style flags: 0
  822. -- line height: 16
  823. -- part name: Doc Manager
  824. ----- HyperTalk script -----
  825. on mousedown
  826.   global myPlace
  827.   put the clickLoc into myPlace
  828.   ChangeDoc
  829. end mousedown
  830.  
  831.  
  832. -- part 39 (button)
  833. -- low flags: 80
  834. -- high flags: 2004
  835. -- rect: left=148 top=215 right=232 bottom=167
  836. -- title width / last selected line: 0
  837. -- icon id / first selected line: 16152 / 16152
  838. -- text alignment: 1
  839. -- font id: 0
  840. -- text size: 12
  841. -- style flags: 0
  842. -- line height: 16
  843. -- part name: DA Manager
  844. ----- HyperTalk script -----
  845. on mousedown
  846.   changeDA
  847. end mousedown
  848.  
  849.  
  850.  
  851. -- part 44 (button)
  852. -- low flags: 00
  853. -- high flags: A004
  854. -- rect: left=256 top=7 right=31 bottom=382
  855. -- title width / last selected line: 0
  856. -- icon id / first selected line: 0 / 0
  857. -- text alignment: 1
  858. -- font id: 0
  859. -- text size: 12
  860. -- style flags: 0
  861. -- line height: 16
  862. -- part name: Install...
  863. ----- HyperTalk script -----
  864. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  865.   global longname
  866.   put " " into longname
  867.   NoApp
  868. end mousedown
  869.  
  870.  
  871.  
  872. -- part 41 (button)
  873. -- low flags: 80
  874. -- high flags: 2004
  875. -- rect: left=275 top=7 right=24 bottom=294
  876. -- title width / last selected line: 0
  877. -- icon id / first selected line: 10527 / 10527
  878. -- text alignment: 1
  879. -- font id: 0
  880. -- text size: 12
  881. -- style flags: 0
  882. -- line height: 16
  883. -- part name: Appl Manager
  884. ----- HyperTalk script -----
  885. on mousedown
  886.   global myPlace
  887.   put the clickLoc into myPlace
  888.   ChangeApp
  889. end mousedown
  890.  
  891.  
  892. -- part 42 (button)
  893. -- low flags: 80
  894. -- high flags: 2004
  895. -- rect: left=275 top=7 right=24 bottom=294
  896. -- title width / last selected line: 0
  897. -- icon id / first selected line: 1335 / 1335
  898. -- text alignment: 1
  899. -- font id: 0
  900. -- text size: 12
  901. -- style flags: 0
  902. -- line height: 16
  903. -- part name: Doc Manager
  904. ----- HyperTalk script -----
  905. on mousedown
  906.   global myPlace
  907.   put the clickLoc into myPlace
  908.   ChangeDoc
  909. end mousedown
  910.  
  911.  
  912. -- part 43 (button)
  913. -- low flags: 80
  914. -- high flags: 2004
  915. -- rect: left=275 top=7 right=24 bottom=294
  916. -- title width / last selected line: 0
  917. -- icon id / first selected line: 16152 / 16152
  918. -- text alignment: 1
  919. -- font id: 0
  920. -- text size: 12
  921. -- style flags: 0
  922. -- line height: 16
  923. -- part name: DA Manager
  924. ----- HyperTalk script -----
  925. on mousedown
  926.   changeDA
  927. end mousedown
  928.  
  929.  
  930.  
  931. -- part 48 (button)
  932. -- low flags: 00
  933. -- high flags: A004
  934. -- rect: left=256 top=59 right=83 bottom=382
  935. -- title width / last selected line: 0
  936. -- icon id / first selected line: 0 / 0
  937. -- text alignment: 1
  938. -- font id: 0
  939. -- text size: 12
  940. -- style flags: 0
  941. -- line height: 16
  942. -- part name: Install...
  943. ----- HyperTalk script -----
  944. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  945.   global longname
  946.   put " " into longname
  947.   NoApp
  948. end mousedown
  949.  
  950.  
  951.  
  952. -- part 45 (button)
  953. -- low flags: 80
  954. -- high flags: 2004
  955. -- rect: left=275 top=59 right=76 bottom=294
  956. -- title width / last selected line: 0
  957. -- icon id / first selected line: 10527 / 10527
  958. -- text alignment: 1
  959. -- font id: 0
  960. -- text size: 12
  961. -- style flags: 0
  962. -- line height: 16
  963. -- part name: Appl Manager
  964. ----- HyperTalk script -----
  965. on mousedown
  966.   global myPlace
  967.   put the clickLoc into myPlace
  968.   ChangeApp
  969. end mousedown
  970.  
  971.  
  972. -- part 46 (button)
  973. -- low flags: 80
  974. -- high flags: 2004
  975. -- rect: left=275 top=59 right=76 bottom=294
  976. -- title width / last selected line: 0
  977. -- icon id / first selected line: 1335 / 1335
  978. -- text alignment: 1
  979. -- font id: 0
  980. -- text size: 12
  981. -- style flags: 0
  982. -- line height: 16
  983. -- part name: Doc Manager
  984. ----- HyperTalk script -----
  985. on mousedown
  986.   global myPlace
  987.   put the clickLoc into myPlace
  988.   ChangeDoc
  989. end mousedown
  990.  
  991.  
  992. -- part 47 (button)
  993. -- low flags: 80
  994. -- high flags: 2004
  995. -- rect: left=275 top=59 right=76 bottom=294
  996. -- title width / last selected line: 0
  997. -- icon id / first selected line: 16152 / 16152
  998. -- text alignment: 1
  999. -- font id: 0
  1000. -- text size: 12
  1001. -- style flags: 0
  1002. -- line height: 16
  1003. -- part name: DA Manager
  1004. ----- HyperTalk script -----
  1005. on mousedown
  1006.   changeDA
  1007. end mousedown
  1008.  
  1009.  
  1010.  
  1011. -- part 52 (button)
  1012. -- low flags: 00
  1013. -- high flags: A004
  1014. -- rect: left=256 top=111 right=135 bottom=382
  1015. -- title width / last selected line: 0
  1016. -- icon id / first selected line: 0 / 0
  1017. -- text alignment: 1
  1018. -- font id: 0
  1019. -- text size: 12
  1020. -- style flags: 0
  1021. -- line height: 16
  1022. -- part name: Install...
  1023. ----- HyperTalk script -----
  1024. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1025.   global longname
  1026.   put " " into longname
  1027.   NoApp
  1028. end mousedown
  1029.  
  1030.  
  1031.  
  1032. -- part 49 (button)
  1033. -- low flags: 80
  1034. -- high flags: 2004
  1035. -- rect: left=275 top=111 right=128 bottom=294
  1036. -- title width / last selected line: 0
  1037. -- icon id / first selected line: 10527 / 10527
  1038. -- text alignment: 1
  1039. -- font id: 0
  1040. -- text size: 12
  1041. -- style flags: 0
  1042. -- line height: 16
  1043. -- part name: Appl Manager
  1044. ----- HyperTalk script -----
  1045. on mousedown
  1046.   global myPlace
  1047.   put the clickLoc into myPlace
  1048.   ChangeApp
  1049. end mousedown
  1050.  
  1051.  
  1052. -- part 50 (button)
  1053. -- low flags: 80
  1054. -- high flags: 2004
  1055. -- rect: left=275 top=111 right=128 bottom=294
  1056. -- title width / last selected line: 0
  1057. -- icon id / first selected line: 1335 / 1335
  1058. -- text alignment: 1
  1059. -- font id: 0
  1060. -- text size: 12
  1061. -- style flags: 0
  1062. -- line height: 16
  1063. -- part name: Doc Manager
  1064. ----- HyperTalk script -----
  1065. on mousedown
  1066.   global myPlace
  1067.   put the clickLoc into myPlace
  1068.   ChangeDoc
  1069. end mousedown
  1070.  
  1071.  
  1072. -- part 51 (button)
  1073. -- low flags: 80
  1074. -- high flags: 2004
  1075. -- rect: left=275 top=111 right=128 bottom=294
  1076. -- title width / last selected line: 0
  1077. -- icon id / first selected line: 16152 / 16152
  1078. -- text alignment: 1
  1079. -- font id: 0
  1080. -- text size: 12
  1081. -- style flags: 0
  1082. -- line height: 16
  1083. -- part name: DA Manager
  1084. ----- HyperTalk script -----
  1085. on mousedown
  1086.   changeDA
  1087. end mousedown
  1088.  
  1089.  
  1090.  
  1091. -- part 56 (button)
  1092. -- low flags: 00
  1093. -- high flags: A004
  1094. -- rect: left=256 top=163 right=187 bottom=382
  1095. -- title width / last selected line: 0
  1096. -- icon id / first selected line: 0 / 0
  1097. -- text alignment: 1
  1098. -- font id: 0
  1099. -- text size: 12
  1100. -- style flags: 0
  1101. -- line height: 16
  1102. -- part name: Install...
  1103. ----- HyperTalk script -----
  1104. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1105.   global longname
  1106.   put " " into longname
  1107.   NoApp
  1108. end mousedown
  1109.  
  1110.  
  1111.  
  1112. -- part 53 (button)
  1113. -- low flags: 80
  1114. -- high flags: 2004
  1115. -- rect: left=275 top=163 right=180 bottom=294
  1116. -- title width / last selected line: 0
  1117. -- icon id / first selected line: 10527 / 10527
  1118. -- text alignment: 1
  1119. -- font id: 0
  1120. -- text size: 12
  1121. -- style flags: 0
  1122. -- line height: 16
  1123. -- part name: Appl Manager
  1124. ----- HyperTalk script -----
  1125. on mousedown
  1126.   global myPlace
  1127.   put the clickLoc into myPlace
  1128.   ChangeApp
  1129. end mousedown
  1130.  
  1131.  
  1132. -- part 54 (button)
  1133. -- low flags: 80
  1134. -- high flags: 2004
  1135. -- rect: left=275 top=163 right=180 bottom=294
  1136. -- title width / last selected line: 0
  1137. -- icon id / first selected line: 1335 / 1335
  1138. -- text alignment: 1
  1139. -- font id: 0
  1140. -- text size: 12
  1141. -- style flags: 0
  1142. -- line height: 16
  1143. -- part name: Doc Manager
  1144. ----- HyperTalk script -----
  1145. on mousedown
  1146.   global myPlace
  1147.   put the clickLoc into myPlace
  1148.   ChangeDoc
  1149. end mousedown
  1150.  
  1151.  
  1152. -- part 55 (button)
  1153. -- low flags: 80
  1154. -- high flags: 2004
  1155. -- rect: left=275 top=163 right=180 bottom=294
  1156. -- title width / last selected line: 0
  1157. -- icon id / first selected line: 16152 / 16152
  1158. -- text alignment: 1
  1159. -- font id: 0
  1160. -- text size: 12
  1161. -- style flags: 0
  1162. -- line height: 16
  1163. -- part name: DA Manager
  1164. ----- HyperTalk script -----
  1165. on mousedown
  1166.   changeDA
  1167. end mousedown
  1168.  
  1169.  
  1170.  
  1171. -- part 60 (button)
  1172. -- low flags: 00
  1173. -- high flags: A000
  1174. -- rect: left=256 top=215 right=264 bottom=382
  1175. -- title width / last selected line: 0
  1176. -- icon id / first selected line: 1000 / 1000
  1177. -- text alignment: 1
  1178. -- font id: 0
  1179. -- text size: 12
  1180. -- style flags: 0
  1181. -- line height: 16
  1182. -- part name: HyperStation 4.0b
  1183. ----- HyperTalk script -----
  1184. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1185.   global longname
  1186.   if the commandkey is not down then
  1187.     put "HD 20:Hypercard Stacks:HyperStation 4.0b" into longname
  1188.     LaunchStack
  1189.   else
  1190.     put the loc of target into OrigLoc
  1191.     put the rect of target into OrigRect
  1192.     choose button tool
  1193.     repeat until the mouse is up
  1194.       set the loc of target to the mouseloc
  1195.     end repeat
  1196.     if moveButton(the loc of target,OrigLoc,OrigRect) is not "Ok" then set the loc of target to OrigLoc
  1197.     choose browse tool
  1198.   end if
  1199. end mousedown
  1200.  
  1201.  
  1202.  
  1203. -- part 57 (button)
  1204. -- low flags: 80
  1205. -- high flags: 2004
  1206. -- rect: left=275 top=215 right=232 bottom=294
  1207. -- title width / last selected line: 0
  1208. -- icon id / first selected line: 10527 / 10527
  1209. -- text alignment: 1
  1210. -- font id: 0
  1211. -- text size: 12
  1212. -- style flags: 0
  1213. -- line height: 16
  1214. -- part name: Appl Manager
  1215. ----- HyperTalk script -----
  1216. on mousedown
  1217.   global myPlace
  1218.   put the clickLoc into myPlace
  1219.   ChangeApp
  1220. end mousedown
  1221.  
  1222.  
  1223. -- part 58 (button)
  1224. -- low flags: 00
  1225. -- high flags: 2004
  1226. -- rect: left=275 top=215 right=232 bottom=294
  1227. -- title width / last selected line: 0
  1228. -- icon id / first selected line: 1335 / 1335
  1229. -- text alignment: 1
  1230. -- font id: 0
  1231. -- text size: 12
  1232. -- style flags: 0
  1233. -- line height: 16
  1234. -- part name: Doc Manager
  1235. ----- HyperTalk script -----
  1236. on mousedown
  1237.   global myPlace
  1238.   put the clickLoc into myPlace
  1239.   ChangeDoc
  1240. end mousedown
  1241.  
  1242.  
  1243. -- part 59 (button)
  1244. -- low flags: 80
  1245. -- high flags: 2004
  1246. -- rect: left=275 top=215 right=232 bottom=294
  1247. -- title width / last selected line: 0
  1248. -- icon id / first selected line: 16152 / 16152
  1249. -- text alignment: 1
  1250. -- font id: 0
  1251. -- text size: 12
  1252. -- style flags: 0
  1253. -- line height: 16
  1254. -- part name: DA Manager
  1255. ----- HyperTalk script -----
  1256. on mousedown
  1257.   changeDA
  1258. end mousedown
  1259.  
  1260.  
  1261.  
  1262. -- part 64 (button)
  1263. -- low flags: 00
  1264. -- high flags: A004
  1265. -- rect: left=383 top=7 right=31 bottom=509
  1266. -- title width / last selected line: 0
  1267. -- icon id / first selected line: 0 / 0
  1268. -- text alignment: 1
  1269. -- font id: 0
  1270. -- text size: 12
  1271. -- style flags: 0
  1272. -- line height: 16
  1273. -- part name: Install...
  1274. ----- HyperTalk script -----
  1275. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1276.   global longname
  1277.   put " " into longname
  1278.   NoApp
  1279. end mousedown
  1280.  
  1281.  
  1282.  
  1283. -- part 61 (button)
  1284. -- low flags: 80
  1285. -- high flags: 2004
  1286. -- rect: left=402 top=7 right=24 bottom=421
  1287. -- title width / last selected line: 0
  1288. -- icon id / first selected line: 10527 / 10527
  1289. -- text alignment: 1
  1290. -- font id: 0
  1291. -- text size: 12
  1292. -- style flags: 0
  1293. -- line height: 16
  1294. -- part name: Appl Manager
  1295. ----- HyperTalk script -----
  1296. on mousedown
  1297.   global myPlace
  1298.   put the clickLoc into myPlace
  1299.   ChangeApp
  1300. end mousedown
  1301.  
  1302.  
  1303. -- part 62 (button)
  1304. -- low flags: 80
  1305. -- high flags: 2004
  1306. -- rect: left=402 top=7 right=24 bottom=421
  1307. -- title width / last selected line: 0
  1308. -- icon id / first selected line: 1335 / 1335
  1309. -- text alignment: 1
  1310. -- font id: 0
  1311. -- text size: 12
  1312. -- style flags: 0
  1313. -- line height: 16
  1314. -- part name: Doc Manager
  1315. ----- HyperTalk script -----
  1316. on mousedown
  1317.   global myPlace
  1318.   put the clickLoc into myPlace
  1319.   ChangeDoc
  1320. end mousedown
  1321.  
  1322.  
  1323. -- part 63 (button)
  1324. -- low flags: 80
  1325. -- high flags: 2004
  1326. -- rect: left=402 top=7 right=24 bottom=421
  1327. -- title width / last selected line: 0
  1328. -- icon id / first selected line: 16152 / 16152
  1329. -- text alignment: 1
  1330. -- font id: 0
  1331. -- text size: 12
  1332. -- style flags: 0
  1333. -- line height: 16
  1334. -- part name: DA Manager
  1335. ----- HyperTalk script -----
  1336. on mousedown
  1337.   changeDA
  1338. end mousedown
  1339.  
  1340.  
  1341.  
  1342. -- part 68 (button)
  1343. -- low flags: 00
  1344. -- high flags: A004
  1345. -- rect: left=383 top=59 right=83 bottom=509
  1346. -- title width / last selected line: 0
  1347. -- icon id / first selected line: 0 / 0
  1348. -- text alignment: 1
  1349. -- font id: 0
  1350. -- text size: 12
  1351. -- style flags: 0
  1352. -- line height: 16
  1353. -- part name: Install...
  1354. ----- HyperTalk script -----
  1355. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1356.   global longname
  1357.   put " " into longname
  1358.   NoApp
  1359. end mousedown
  1360.  
  1361.  
  1362.  
  1363. -- part 65 (button)
  1364. -- low flags: 80
  1365. -- high flags: 2004
  1366. -- rect: left=402 top=59 right=76 bottom=421
  1367. -- title width / last selected line: 0
  1368. -- icon id / first selected line: 10527 / 10527
  1369. -- text alignment: 1
  1370. -- font id: 0
  1371. -- text size: 12
  1372. -- style flags: 0
  1373. -- line height: 16
  1374. -- part name: Appl Manager
  1375. ----- HyperTalk script -----
  1376. on mousedown
  1377.   global myPlace
  1378.   put the clickLoc into myPlace
  1379.   ChangeApp
  1380. end mousedown
  1381.  
  1382.  
  1383. -- part 66 (button)
  1384. -- low flags: 80
  1385. -- high flags: 2004
  1386. -- rect: left=402 top=59 right=76 bottom=421
  1387. -- title width / last selected line: 0
  1388. -- icon id / first selected line: 1335 / 1335
  1389. -- text alignment: 1
  1390. -- font id: 0
  1391. -- text size: 12
  1392. -- style flags: 0
  1393. -- line height: 16
  1394. -- part name: Doc Manager
  1395. ----- HyperTalk script -----
  1396. on mousedown
  1397.   global myPlace
  1398.   put the clickLoc into myPlace
  1399.   ChangeDoc
  1400. end mousedown
  1401.  
  1402.  
  1403. -- part 67 (button)
  1404. -- low flags: 80
  1405. -- high flags: 2004
  1406. -- rect: left=402 top=59 right=76 bottom=421
  1407. -- title width / last selected line: 0
  1408. -- icon id / first selected line: 16152 / 16152
  1409. -- text alignment: 1
  1410. -- font id: 0
  1411. -- text size: 12
  1412. -- style flags: 0
  1413. -- line height: 16
  1414. -- part name: DA Manager
  1415. ----- HyperTalk script -----
  1416. on mousedown
  1417.   changeDA
  1418. end mousedown
  1419.  
  1420.  
  1421.  
  1422. -- part 72 (button)
  1423. -- low flags: 00
  1424. -- high flags: A004
  1425. -- rect: left=383 top=111 right=135 bottom=509
  1426. -- title width / last selected line: 0
  1427. -- icon id / first selected line: 0 / 0
  1428. -- text alignment: 1
  1429. -- font id: 0
  1430. -- text size: 12
  1431. -- style flags: 0
  1432. -- line height: 16
  1433. -- part name: Install...
  1434. ----- HyperTalk script -----
  1435. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1436.   global longname
  1437.   put " " into longname
  1438.   NoApp
  1439. end mousedown
  1440.  
  1441.  
  1442.  
  1443. -- part 69 (button)
  1444. -- low flags: 80
  1445. -- high flags: 2004
  1446. -- rect: left=402 top=111 right=128 bottom=421
  1447. -- title width / last selected line: 0
  1448. -- icon id / first selected line: 10527 / 10527
  1449. -- text alignment: 1
  1450. -- font id: 0
  1451. -- text size: 12
  1452. -- style flags: 0
  1453. -- line height: 16
  1454. -- part name: Appl Manager
  1455. ----- HyperTalk script -----
  1456. on mousedown
  1457.   global myPlace
  1458.   put the clickLoc into myPlace
  1459.   ChangeApp
  1460. end mousedown
  1461.  
  1462.  
  1463. -- part 70 (button)
  1464. -- low flags: 80
  1465. -- high flags: 2004
  1466. -- rect: left=402 top=111 right=128 bottom=421
  1467. -- title width / last selected line: 0
  1468. -- icon id / first selected line: 1335 / 1335
  1469. -- text alignment: 1
  1470. -- font id: 0
  1471. -- text size: 12
  1472. -- style flags: 0
  1473. -- line height: 16
  1474. -- part name: Doc Manager
  1475. ----- HyperTalk script -----
  1476. on mousedown
  1477.   global myPlace
  1478.   put the clickLoc into myPlace
  1479.   ChangeDoc
  1480. end mousedown
  1481.  
  1482.  
  1483. -- part 71 (button)
  1484. -- low flags: 80
  1485. -- high flags: 2004
  1486. -- rect: left=402 top=111 right=128 bottom=421
  1487. -- title width / last selected line: 0
  1488. -- icon id / first selected line: 16152 / 16152
  1489. -- text alignment: 1
  1490. -- font id: 0
  1491. -- text size: 12
  1492. -- style flags: 0
  1493. -- line height: 16
  1494. -- part name: DA Manager
  1495. ----- HyperTalk script -----
  1496. on mousedown
  1497.   changeDA
  1498. end mousedown
  1499.  
  1500.  
  1501.  
  1502. -- part 76 (button)
  1503. -- low flags: 00
  1504. -- high flags: A004
  1505. -- rect: left=383 top=163 right=187 bottom=509
  1506. -- title width / last selected line: 0
  1507. -- icon id / first selected line: 0 / 0
  1508. -- text alignment: 1
  1509. -- font id: 0
  1510. -- text size: 12
  1511. -- style flags: 0
  1512. -- line height: 16
  1513. -- part name: Install...
  1514. ----- HyperTalk script -----
  1515. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1516.   global longname
  1517.   put " " into longname
  1518.   NoApp
  1519. end mousedown
  1520.  
  1521.  
  1522.  
  1523. -- part 73 (button)
  1524. -- low flags: 80
  1525. -- high flags: 2004
  1526. -- rect: left=402 top=163 right=180 bottom=421
  1527. -- title width / last selected line: 0
  1528. -- icon id / first selected line: 10527 / 10527
  1529. -- text alignment: 1
  1530. -- font id: 0
  1531. -- text size: 12
  1532. -- style flags: 0
  1533. -- line height: 16
  1534. -- part name: Appl Manager
  1535. ----- HyperTalk script -----
  1536. on mousedown
  1537.   global myPlace
  1538.   put the clickLoc into myPlace
  1539.   ChangeApp
  1540. end mousedown
  1541.  
  1542.  
  1543. -- part 74 (button)
  1544. -- low flags: 80
  1545. -- high flags: 2004
  1546. -- rect: left=402 top=163 right=180 bottom=421
  1547. -- title width / last selected line: 0
  1548. -- icon id / first selected line: 1335 / 1335
  1549. -- text alignment: 1
  1550. -- font id: 0
  1551. -- text size: 12
  1552. -- style flags: 0
  1553. -- line height: 16
  1554. -- part name: Doc Manager
  1555. ----- HyperTalk script -----
  1556. on mousedown
  1557.   global myPlace
  1558.   put the clickLoc into myPlace
  1559.   ChangeDoc
  1560. end mousedown
  1561.  
  1562.  
  1563. -- part 75 (button)
  1564. -- low flags: 80
  1565. -- high flags: 2004
  1566. -- rect: left=402 top=163 right=180 bottom=421
  1567. -- title width / last selected line: 0
  1568. -- icon id / first selected line: 16152 / 16152
  1569. -- text alignment: 1
  1570. -- font id: 0
  1571. -- text size: 12
  1572. -- style flags: 0
  1573. -- line height: 16
  1574. -- part name: DA Manager
  1575. ----- HyperTalk script -----
  1576. on mousedown
  1577.   changeDA
  1578. end mousedown
  1579.  
  1580.  
  1581.  
  1582. -- part 80 (button)
  1583. -- low flags: 00
  1584. -- high flags: A004
  1585. -- rect: left=383 top=215 right=239 bottom=509
  1586. -- title width / last selected line: 0
  1587. -- icon id / first selected line: 0 / 0
  1588. -- text alignment: 1
  1589. -- font id: 0
  1590. -- text size: 12
  1591. -- style flags: 0
  1592. -- line height: 16
  1593. -- part name: Install...
  1594. ----- HyperTalk script -----
  1595. on mousedown --DO NOT CHANGE THIS SCRIPT!!!
  1596.   global longname
  1597.   put " " into longname
  1598.   NoApp
  1599. end mousedown
  1600.  
  1601.  
  1602.  
  1603. -- part 77 (button)
  1604. -- low flags: 80
  1605. -- high flags: 2004
  1606. -- rect: left=402 top=215 right=232 bottom=421
  1607. -- title width / last selected line: 0
  1608. -- icon id / first selected line: 10527 / 10527
  1609. -- text alignment: 1
  1610. -- font id: 0
  1611. -- text size: 12
  1612. -- style flags: 0
  1613. -- line height: 16
  1614. -- part name: Appl Manager
  1615. ----- HyperTalk script -----
  1616. on mousedown
  1617.   global myPlace
  1618.   put the clickLoc into myPlace
  1619.   ChangeApp
  1620. end mousedown
  1621.  
  1622.  
  1623. -- part 78 (button)
  1624. -- low flags: 80
  1625. -- high flags: 2004
  1626. -- rect: left=402 top=215 right=232 bottom=421
  1627. -- title width / last selected line: 0
  1628. -- icon id / first selected line: 1335 / 1335
  1629. -- text alignment: 1
  1630. -- font id: 0
  1631. -- text size: 12
  1632. -- style flags: 0
  1633. -- line height: 16
  1634. -- part name: Doc Manager
  1635. ----- HyperTalk script -----
  1636. on mousedown
  1637.   global myPlace
  1638.   put the clickLoc into myPlace
  1639.   ChangeDoc
  1640. end mousedown
  1641.  
  1642.  
  1643. -- part 79 (button)
  1644. -- low flags: 80
  1645. -- high flags: 2004
  1646. -- rect: left=402 top=215 right=232 bottom=421
  1647. -- title width / last selected line: 0
  1648. -- icon id / first selected line: 16152 / 16152
  1649. -- text alignment: 1
  1650. -- font id: 0
  1651. -- text size: 12
  1652. -- style flags: 0
  1653. -- line height: 16
  1654. -- part name: DA Manager
  1655. ----- HyperTalk script -----
  1656. on mousedown
  1657.   changeDA
  1658. end mousedown
  1659.  
  1660.  
  1661.  
  1662. -- part 100 (field)
  1663. -- low flags: 81
  1664. -- high flags: 0007
  1665. -- rect: left=1 top=3 right=212 bottom=512
  1666. -- title width / last selected line: 0
  1667. -- icon id / first selected line: 0 / 0
  1668. -- text alignment: 0
  1669. -- font id: 3
  1670. -- text size: 12
  1671. -- style flags: 0
  1672. -- line height: 16
  1673. -- part name: info
  1674. ----- HyperTalk script -----
  1675. on mouseup
  1676.   set visible of target to false
  1677. end mouseup
  1678.  
  1679.  
  1680. -- part 101 (button)
  1681. -- low flags: 00
  1682. -- high flags: 2000
  1683. -- rect: left=49 top=311 right=342 bottom=89
  1684. -- title width / last selected line: 0
  1685. -- icon id / first selected line: 31685 / 31685
  1686. -- text alignment: 1
  1687. -- font id: 0
  1688. -- text size: 12
  1689. -- style flags: 0
  1690. -- line height: 16
  1691. -- part name: 
  1692. ----- HyperTalk script -----
  1693. on mouseUp
  1694.   if visible of card field info is false then
  1695.     set scroll of card field info to 0
  1696.     show card field info
  1697.   else
  1698.     hide card field info
  1699.   end if
  1700. end mouseUp
  1701.  
  1702.  
  1703.  
  1704. -- part contents for card part 100
  1705. ----- text -----
  1706. This is a one card version of HyperStation, the hard disk management stack, by Steve Drazga.  It will only work with system version 4.1 or above. 
  1707.  
  1708. HyperStation allows you to launch applications, documents, and stacks with the click of a button.  It is MultiFinder compatible, if you have enough RAM.  
  1709.  
  1710. The full working version allows you to have up to 16 cards full of applications, documents, or stacks.  Version 3.2 is available from electronic bulletin boards, and better user groups everywhere.  Versions above 3.2 are available only to registered users.
  1711.  
  1712. Instructions:
  1713. Click and hold down an 'Install' button to install a document, application, or stack.  When an icon is installed, just click on the icon to launch it.  Click on the small button to remove, rename, or delete the file.  
  1714.  
  1715. Hold down the command key when you click on an icon to drag it to a new location.
  1716.  
  1717. If you can't get the full version of HyperStation locally, send a disk and a self-addressed stamped envelope to:
  1718. Steve Drazga
  1719. Box 388
  1720. Southampton, PA  18966